CourseBook 
EntityType  Independent 
Logical Entity Name  CourseBook 
Default Table Name  AdCourseBook 
Logical Only  NO 
Definition 
 
Note 
 

CourseBook Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
Id_1    INTEGER  NO 
 
Id(PK)    INTEGER  NO 
 
BookId(FK)    INTEGER  YES 
 
IsRequired    BIT  NO 
 
EffectiveDate    DATETIME  YES 
 
ObsoleteDate    DATETIME  YES 
 
LastModifiedUserId    INTEGER  NO 
 
CreatedDateTime    DATETIME  NO 
 
LastModifiedDateTime    DATETIME  NO 
 
RowVersion    TIMESTAMP/DATE  NO 
 
CourseBookListId(FK)    INTEGER  YES 
 
CourseBookListId(FK)    INTEGER  YES 
 
CourseId(FK)    INTEGER  YES 
 

CourseBook Keys 
Key Name  Key Type  Keys 
Nk_AdCourseBook_AdCourseBookListID  Inversion Entry  CourseBookListId 
AdCourseBook_AdCourseBookID_U_C_IDX  PrimaryKey  Id 

CourseBook Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
Book  Non-Identifying  Zero or One to Zero or More        BookId  NO 
Course  Non-Identifying  Zero or One to Zero or More        CourseId  NO 
CourseBookList  Non-Identifying  Zero or One to Zero or More        CourseBookListId  NO 
CourseBookList  Non-Identifying  Zero or One to Zero or More        CourseBookListId  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 

CourseBook Check Constraints 
Check Constraint Name  CheckConstraint